net/http.http2randomWriteScheduler.sq (field)

8 uses

	net/http (current package)
		h2_bundle.go#L10795: 	return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
		h2_bundle.go#L10805: 	sq map[uint32]*http2writeQueue
		h2_bundle.go#L10816: 	q, ok := ws.sq[streamID]
		h2_bundle.go#L10820: 	delete(ws.sq, streamID)
		h2_bundle.go#L10834: 	q, ok := ws.sq[id]
		h2_bundle.go#L10837: 		ws.sq[id] = q
		h2_bundle.go#L10848: 	for streamID, q := range ws.sq {
		h2_bundle.go#L10851: 				delete(ws.sq, streamID)